home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / aug96 / hoskf103.gif < prev    next >
Graphics Interchange Format  |  1996-11-26  |  12KB  |  425x484  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | number | parallel | web page | computer icon | font
OCR: vsbLSInv Properties TabEnabled True TabOrder 43 Visible True GoNxtLine Sub GoNxtLine0 ' Decrement the spinner, but enforce the minimum value. ScrollPos = ScrollPos - ScrollAmtLine IF ScrollPos < ScrollMin THEN ScrollPos = ScrollMin V GoPrvLine Sub GoPrvLineQ Increment the spinner, but enforce the maximum value. - ScrollPos = ScrollPos + ScrollAmtLine IF ScrollPos > ScrollMax THEN ScrollPos = ScrollMax V PostChange Sub PostChange0 Set the spinner value fldLSInv. Value = ScrollPos